home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / AppMkr151#2 / Libraries / MPW / AMLibraryC / FileM.h < prev    next >
Encoding:
Text File  |  1991-10-08  |  426 b   |  15 lines  |  [TEXT/MPS ]

  1. /* FileM.h */
  2. /* Created 9/28/91 10:02 AM by AppMaker */
  3.  
  4. /* This module is used only for compiling the AppMaker library.*/
  5. /* It is not actually part of the library. It is replaced at linktime*/
  6. /* by a FileM.p generated for your specific application.*/
  7.  
  8. /*----------*/
  9. Boolean OkToOpen    (OSType        fType);
  10. void    OpenDoc        (Str255        fileName,
  11.                      short        vRefNum);
  12. void    OpenApp        (void);
  13. void    DoClose        (void);
  14. void    DoQuit        (void);
  15.